home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_200.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  459 b   |  11 lines

  1. STDEV (Standard Deviation)
  2. Calculates the standard deviation of a population based on a sample given as a list of arguments. A standard deviation is a measure of how widely values are dispersed from the average value (the mean).
  3.  
  4. Format: STDEV (number1, number2,...)
  5.  
  6. Argument:
  7. ΓÇó  number1, number2: A number, cell reference, or range.
  8.  
  9. Example:
  10. STDEV (15, 21, 30, 56.886) returns 18.500.
  11. Shows that the standard deviation of the list of arguments is 18.500.